From: K. Y. Srinivasan Date: Tue, 10 May 2011 14:56:03 +0000 (-0700) Subject: Staging: hv: Get rid of the ring size state from struct storvsc_driver X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~14046^2~297 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=31c39c35168e3c807f924b2ac65cc872ad8d1d6c;p=linux-4.9.git Staging: hv: Get rid of the ring size state from struct storvsc_driver Now, get rid of the ring size state from struct storvsc_driver. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/storvsc_api.h b/drivers/staging/hv/storvsc_api.h index fac607ca228e..d2917eb51bd2 100644 --- a/drivers/staging/hv/storvsc_api.h +++ b/drivers/staging/hv/storvsc_api.h @@ -76,9 +76,6 @@ struct hv_storvsc_request { /* Represents the block vsc driver */ struct storvsc_driver { struct hv_driver base; - - /* Set by caller (in bytes) */ - u32 ring_buffer_size; }; struct storvsc_device_info {